github.com/0chain/gosdk@v1.17.11/docs/uml/cancel allocation.puml (about) 1 @startuml 2 participant "<size:20><&terminal></size> ./zbox alloc-cancel" as cli 3 collections gosdk 4 5 cli -> gosdk: CancelAllocation(allocID) 6 7 gosdk -> gosdk: check initialized sdk 8 gosdk -> gosdk: create smart contract txn data 9 gosdk -> gosdk: send smart contract txn 10 gosdk -> cli: return txn hash 11 @enduml